home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The PC-SIG Library 10
/
The PC-Sig Library - Shareware for the IBM PC and Compatibles (PC-SIG)(Tenth Edition Disks 1-2804)(1991).iso
/
PC_SIGCD
/
00
/
5
/
DISK0050.ZIP
/
FILEIO.C
< prev
next >
Wrap
Text File
|
1982-09-01
|
235b
|
17 lines
#include "stdio.h"
#include "ctype.h"
#define TRUE 1
#define FALSE 0
/* can be used for at most one character ptr argument */
errprnt(cs, arg)
char *cs, *arg;
{
fprintf( stderr, cs, arg);
fflush(stderr);
}